home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Developer / Eval / Source / English.lproj / Eval.nib / data.classes next >
Text File  |  1992-09-17  |  481b  |  33 lines

  1. Eval = {
  2.     ACTIONS = {
  3.     appDidInit:;
  4.     clearTranscriptText:;
  5.     libRemove:;
  6.     evalObjCTranscript:;
  7.     clearTranscriptGraphics:;
  8.     libAdd:;
  9.     setDefaults:;
  10.     showTranscript:;
  11.     };
  12.     OUTLETS = {
  13.     graphicsSize;
  14.     fontSize;
  15.     libBrowser;
  16.     compilerSwitches;
  17.     textScrollView;
  18.     graphicsScrollView;
  19.     splitView;
  20.     fontName;
  21.     transcriptWindow;
  22.     };
  23.     SUPERCLASS = Application;
  24. };
  25. GraphicsView = {
  26.     SUPERCLASS = View;
  27. };
  28. FirstResponder = {
  29.     ACTIONS = {
  30.     };
  31.     SUPERCLASS = Object;
  32. };
  33.